home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / copyq313.arj / WHATS.NEW < prev   
Text File  |  1994-03-28  |  4KB  |  86 lines

  1.                         What's New in CopyQM 3.13
  2.  
  3.                                 Sydex, Inc.
  4.                               P.O. Box 5700
  5.                             Eugene, OR  97405
  6.                               (503) 683-6033
  7.  
  8.                                March, 1994
  9.  
  10. CopyQM Plus now creates self-extracting image files directly, without
  11. the use of MAKESXD.  The SELFEXTRACT (abbreviated SELF) keyword, when
  12. used with RECORD, causes a self-extracting file to be recorded.
  13.  
  14. MAKESXD now does its work in a single pass, without any additional disk
  15. space required for temporary files.
  16.  
  17. BIOS support has been improved to accomodate a few less-IBM-conforming
  18. BIOS sets.
  19.  
  20. Code has been added to enabled interrupts at critical points.  We've seen
  21. some BIOS code that doesn't seem to re-enable interrupts after they've
  22. been disabled.
  23.  
  24. Support has been improved for 2.88M drives and controllers.  However,
  25. CopyQM requires that 2.88M drives be jumpered for auto media-sensing
  26. to work with the DIRECT diskette controller access modes.  If your
  27. 2.88M drives are not not jumpered in this manner, you can either reset
  28. the jumpers or use BIOS access.
  29.  
  30. The SCANDISK utility in MS-DOS 6.2 sometimes reports a spurious boot-
  31. sector and/or FAT error on diskettes generated with the CONVERT= option,
  32. though MS-DOS CHKDSK finds no problem.  We've traced this to SCANDISK's
  33. insistence on a certain media byte for a given media type. Interestingly,
  34. in Microsoft's own words:  "Beginning with DOS 2.x, the usefulness of the
  35. disk ID byte in the FAT was reduced and it now considered meaningless..."
  36. Not being ones to argue a minor point, we now insert the proper media
  37. media byte in CONVERT-ed diskettes and SCANDISK is happy.  Sigh...
  38.  
  39.  
  40.                         What's New in CopyQM 3.12
  41.  
  42. CopyQM 3.12 contains a few minor changes to version 3.11:
  43.  
  44.         1.   Support for the E-Ten Chinese language system has been
  45.              incorporated.  Users who use other double-byte systems
  46.              can force the use of non-extended codes by means of the
  47.              /7BIT command-line switch on any of the CopyQM product
  48.              set.
  49.  
  50.         2.   A bug occurred when a BLIND mode copy was attempted where
  51.              FIRST= did not equal 1.  Only one sector per track would
  52.              be seen when CopyQM was run in Direct hardware access mode.
  53.  
  54.         3.   A few Windows API calls have been added to the Direct I/O
  55.              routines.  CopyQM should run as a background task in direct
  56.              hardware controller access mode  under Windows 3.1.  However,
  57.              IBM OS/2's implementation of Windows and their DOS box appear
  58.              to ignore these API calls, so running as a background task in
  59.              OS/2 will still result in occasional "DRIVE NOT READY" errors.
  60.  
  61.         4.   Normally, CopyQM and its utilities will access the screen memory
  62.              directly in order to draw displays as quickly as is possible.
  63.              However, if the following switch is used, CopyQM and its
  64.              utilities will use the video BIOS to create screen displays:
  65.  
  66.                      /CRTBIOS
  67.  
  68.              This can be abbreviated to /CR.  For example, if a copy using
  69.              drives A: and B: is to be performed, the following command line
  70.              could be used:
  71.  
  72.                      COPYQM A: B: /CRTBIOS
  73.  
  74.              Similarly, all CopyQM utilities, including CQMENU, CINSTALL,
  75.              ICOMMENT, MAKESXD (CopyQM Plus only), DRMAINT (CopyQM Plus only)
  76.              will accept the /CRTBIOS switch.  The configuration viewer,
  77.              VIEWCONF, accepts this switch, but ignores it, as VIEWCONF
  78.              always uses the CRT BIOS.
  79.  
  80.              Text-to-speech translator users may want to experiment with
  81.              the switches /7BIT and /MONO to reduce the number of non-text
  82.              characters on the screen.  The /7BIT switch forces the use of
  83.              the lower 128 codes in the ASCII set; that is, line-drawing and
  84.              character graphics are not used.  The /MONO switch forces use of
  85.              a monochrome display set.
  86.